From e0609ab63bf1e6f32c6cc2fdba4bba5947227937 Mon Sep 17 00:00:00 2001 From: Inokentiy Babushkin Date: Wed, 30 Nov 2016 08:49:00 +0100 Subject: [PATCH] Another test update for the argument order changetest update for the argument order change. Please enter the commit message for your changes. Lines starting --- tests/doc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/doc.rs b/tests/doc.rs index 457e53c25..44f2f4dff 100644 --- a/tests/doc.rs +++ b/tests/doc.rs @@ -445,7 +445,7 @@ fn doc_release() { execs().with_status(0) .with_stderr("\ [DOCUMENTING] foo v0.0.1 ([..]) -[RUNNING] `rustdoc src[/]lib.rs [..]` +[RUNNING] `rustdoc [..] src[/]lib.rs [..]` ")); } -- 2.30.2